/*banner*/
@media screen and (max-width: 1700px){
.banner { width:100%; position:relative;overflow:hidden; height:900px;transition: transform 0.7s ease-out 0s; }
.banner .bd img{ width:100%; height:900px; display:block; vertical-align:top; animation:imagescale 6s linear infinite 0s; }
}

.banner { width:100%; position:relative;overflow:hidden; height:900px;transition: transform 0.7s ease-out 0s; }
.banner .hd{  overflow:hidden; position:absolute;  bottom:24px; z-index:1; height:83px; width:190px;margin-right:140px;right: 0;}
.banner .hd ul{ overflow:hidden; zoom:1; float:left; left:40%; transform:translateX(-50%); position:absolute; bottom:37px;width: 135px;}
.banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; line-height:999px; text-align:center; background: transparent; color:#fff; cursor:pointer; border-radius:25px; border:1px #fff solid }
.banner .hd ul li.on{ color: #fff;background: #fff;border:1px #fff solid;  }

.banner .bd ul { margin:0 auto;width:100%;}
.banner .bd{ position:relative; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; width:100%;}
.banner .bd li a{position: absolute;top: 0;width: 100%;height: 100%;/*background: url(../images/bgrad_1.png) left -1px repeat-x;*/    z-index: 9;}
.banner .bd img{ width:100%; height:900px; display:block; vertical-align:top; animation:imagescale 6s linear infinite 0s; }

.banner .prev,.banner .next{ position:absolute; top:50%; margin-top:-25px; display:block; width:60px; height:60px; background:url(../images/banner_arrow.png) -44px 0px no-repeat; filter:alpha(opacity=80);opacity:0.8;   }
.banner .prev {left: 5%;}
.banner .next{ right:5%; background-position:-247px 0px; }
.banner .prev:hover,.banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.banner.fixed .shodw { position:fixed; top:0;}
/*.banner_box { position:fixed;}*/


/*.fix-top{padding-top:100vh;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index:-1;}
.fix-top.fixed{padding-top:0}
.body_b1 { position:relative; background:#fff;}*/

.body_b.showdiv{top:0;}
.body_b *{outline:none;}
.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:auto;outline:none;}
/*.scrolling .banner{display: none}*/
/*.scrolling .section_1 { margin-top:130px;}*/
/*.scrolling .header_bg { position:fixed; z-index:999; width: 100%; top:0; }*/


.tsmouse{position: absolute;left: 50%;transform: translateX(-50%);color: #fff;bottom: 50px;z-index: 5;text-align: center;cursor: pointer;}
.tsmouse a { color:#fff;}
.tsmouse span{display: block;font-size: 14px;}
.tsmouse i{font-size: 30px;animation: up linear 1.5s infinite;display: block;}
.tsmouse img { width:30px;}
@keyframes up{
  0%{transform: translateY(0);}
  50%{transform: translateY(-8px);}
  100%{transform: translateY(0);}
}
@keyframes imagescale
{
from {transform: scale(1.0);-moz-transform: scale(1.0);-webkit-transform: scale(1.0); -o-transform: scale(1.0); -ms-transform: scale(1.0)}
to {transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1)}
}



/* 内容1 */

.section_1 { padding-bottom:55px; margin-top:20px;}
.section_ztwz .hd_title {margin-bottom:0;}
.hd_title { position:relative; margin-bottom:40px; line-height:61px; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.hd_title .t_img { position:relative;height:64px;}
.hd_title h3 a:hover { color:#0a3895;}
.hd_title .t_img img { position:absolute; left:0; top:0;}
.hd_title .moregd { position:absolute; right:0;   }
.hd_title .moregd a { color: #00426e; border-bottom: 2px #00426e solid;}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
.hd_title .t_img:before{ width:64px; height:64px; background:url(../images/yuan.png) center no-repeat; content: ' '; display:inline-block;-webkit-animation: roted linear 35s infinite;animation: roted linear 35s infinite}
.hd_title h3{  font-size:30px; color:#222222; line-height:60px; font-weight:normal; margin-left:15px;letter-spacing: 4px; }
.hd_title .more { position:absolute; right:0; top:0; transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition: transform 0.7s ease-out 0s;}
.hd_title .more a { color: #000; font-size: 16px;}
.hd_title .more:hover { /*transform: rotateY(180deg);-moz-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);*/}
.hd_title .more:hover a {color: #00426e;}

.hd_box_1_l { width:840px; }
.hot_news_box { height:613px; position:relative}
.hot_news_box .bd { position:relative;}
.hot_news_box .bd li { width:840px; height:613px; position:relative; overflow:hidden}
.hot_news_box .bd li img {width:840px; height:613px;transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.hot_news_box .bd li:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}

.hot_news_box .hd{  overflow:hidden; position:absolute;  bottom:0; z-index:1; height:83px; width:100%;}
.hot_news_box .hd ul{ overflow:hidden; zoom:1; float:left; right:40px;position:absolute; bottom:37px;}
.hot_news_box .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:999px; text-align:center; background: transparent;border: 1px solid #fff; color:#fff; cursor:pointer; border-radius:25px; }
.hot_news_box .hd ul li.on{ color: #fff;background: #fff;border: 1px solid #fff; }

.hot_news_box .bd .txt{width: 590px;height:60px; line-height:60px;background: url(../images/ha1bg.jpg) no-repeat center;background-size: cover;position:absolute; bottom:0;}
.hot_news_box .bd li .txtcon { position:absolute; left:24px; bottom:0; z-index:3; line-height:60px; color:#fff; font-size:18px;}

.hot_news_box .prev{ position:absolute; bottom:-20px; left:590px; display:block; width:60px; height:60px; background:url(../images/news_pre.png) no-repeat;z-index: 8;  }
.hot_news_box .next{ position:absolute; bottom:-20px; left:630px; display:block; width:60px; height:60px; background:url(../images/news_nex.png) no-repeat;z-index: 8;  }


.mainWrap .hd_box_1_r { width:450px; }
.hd_box_1_r ul li .pic { width:167px; height:97px; float:left; overflow:hidden }
.hd_box_1_r ul li .pic img {width:167px; height:97px;transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.hd_box_1_r ul li:hover .pic img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.hd_box_1_r ul li .title{ float:right; width: 58% }
.hd_box_1_r ul li .title .more { /*background: url(../images/more_2.png) no-repeat; */margin-top:15px; width:23px; height:8px;}

.hd_box_1_r ul li:first-child{ padding-top:0;}
.hd_box_1_r ul li:last-child{ border-bottom: none;}
.hd_box_1_r ul li{background:#fff; position:relative;transition: all 0.2s ease 0.1s;border-bottom: 1px dashed #eee; padding:14px 0; }
.hd_box_1_r ul li .title h3 { font-size:16px; color:#323232;text-overflow: ellipsis;line-height:25px; font-weight:normal;transition: all 0.2s ease 0.1s;}
.hd_box_1_r ul li:hover .title h3{color:#00426e; padding-left:2px;}
.hd_box_1_r ul li .title p { margin-top:5px;}
.hd_box_1_r ul li:hover .title p{color:#00426e;}

.hd_titlexykd h3 { position:relative;}
.hd_titlexykd h3:after {content: ""; display: block;position: absolute; top: 50%; width: 4px;height: 45px;background: #f8a852;margin-top: -25px;left: 163px;}
.hd_titlexykd p { margin-left:62px; color: #929292;}
.hd_title1 .moreg { float:right;margin-left: 240px;}
.hd_title1 .moreg a { color:#00426e; border-bottom:2px #00426e solid}
.hd_titlexykd.hd_title1 h3{ border-top:none}
.hd_title1 { position:relative; margin-bottom:40px; line-height:61px; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: left;-ms-flex-pack: left;justify-content: left; padding-top:50px;}
.hd_title1 .t_img { position:relative;height:64px;}
.hd_title1 h3 a:hover { color:#0a3895;}
.hd_title1 .t_img img { position:absolute; left:0; top:0;}
.section_qmt .hd_title1 h3 { position:relative}
.section_qmt .hd_title1 h3:after {content: ""; display: block;position: absolute; top: 50%; width: 4px;height: 45px;background: #f8a852;margin-top: -25px;left: 170px;}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
.hd_title1 .t_img:before{ width:64px; height:64px; background:url(../images/yuan.png) center no-repeat; content: ' '; display:inline-block;-webkit-animation: roted linear 35s infinite;animation: roted linear 35s infinite}
.hd_title1 h3{  font-size:30px; color:#222222; line-height:60px; font-weight:normal; margin-left:15px;letter-spacing: 4px;}
.hd_title1 .moregd { position:absolute; right:1030px;   }
.hd_title1 .moregd a { color: #00426e; border-bottom: 2px #00426e solid;}




.hd_title1 .more { position:absolute; right:0; top:0; transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition: transform 0.7s ease-out 0s;}
.hd_title1 .more a { color: #000; font-size: 16px;}
.hd_title1 .more:hover { /*transform: rotateY(180deg);-moz-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);*/}
.hd_title1 .more:hover a {color: #00426e;}
.hd_title1 .prev{ position:absolute; bottom:4px; left:77%; display:block; width:53px; height:53px; background:url(../images/xykd_pre.png) no-repeat;z-index: 8;  }
.hd_title1 .next{ position:absolute; bottom:4px; left:82%; display:block; width:53px; height:53px; background:url(../images/xykd_nex.png) no-repeat;z-index: 8;  }


.section_xykd { position:relative; height: 610px;}
.section_xykd:before { content: ""; display: block;position: absolute; left: 0;top: 0; bottom: 0;right: 15%;background: #F2F3F9;  z-index: 0;}
.section_xykd_img li { width:18.333%; padding:0 15px; float:left; }
.section_xykd_img li .pic { width:100%; overflow:hidden; position:relative; }
.section_xykd_img li .pic img { width:100%; transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.section_xykd_img li:hover .pic img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.section_xykd_img li .title h3 { font-size:16px; color:#323232;text-overflow: ellipsis;line-height:25px; padding-top:12px; font-weight:normal;transition: all 0.2s ease 0.1s;    height: 50px;}
.section_xykd_img li .xtb { border-left:1px #00426e solid; margin-top:15px; padding-left:15px; }
.section_xykd_img li .xtb .sj { color:#00426e; font-size:12px;background:url(../images/xykd_sj.png) left center no-repeat; padding-left:25px;}
.section_xykd_img li .xtb .dz { color:#00426e; font-size:12px;background:url(../images/xykd_dz.png) left center no-repeat; padding-left:25px;}



.section_jxky {background:url(../images/jxky.jpg) top center no-repeat; background-size:cover;padding-top:50px; padding-bottom:100px; }
.hd_title2_1{margin-bottom:70px !important;}
.hd_title2 { position:relative; margin-bottom:40px; line-height:61px; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.hd_title2 .t_img { position:relative;height:64px;}
.hd_title2 h3 a {  color:#fff; }
.hd_title2 h3 a:hover { color:#fff;}
.hd_title2 .t_img img { position:absolute; left:0; top:0;}
.hd_title2 .moregd { position:absolute; right:0;   }
.hd_title2 .moregd a { color: #fff; border-bottom: 2px #fff solid;}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
.hd_title2 .t_img:before{ width:64px; height:64px; background:url(../images/yuan1.png) center no-repeat; content: ' '; display:inline-block;-webkit-animation: roted linear 35s infinite;animation: roted linear 35s infinite}
.hd_title2 h3{  font-size:30px; color:#fff; line-height:60px; font-weight:normal; margin-left:15px; letter-spacing: 4px;}
.hd_title2 .more { position:absolute; right:0; top:0; transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition: transform 0.7s ease-out 0s;}
.hd_title2 .more a { color: #000; font-size: 16px;}
.hd_title2 .more:hover { /*transform: rotateY(180deg);-moz-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);*/}
.hd_title2 .more:hover a {color: #00426e;}


/*工大人物*/

.section_gdrw .mainWrap { position:relative;}
.section_gdrw{margin-top: 40px;}
.section_gdrw li { width:500px; margin-left:40px; position:relative; float:left; }
.section_gdrw li .pic { height:300px; overflow:hidden;position:relative;background:#f2f3f9}
.section_gdrw li img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;width:455px; height:215px;}
.section_gdrw ul li:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.section_gdrw ul li:hover .b_txt_t a { color:#00426e}
.section_gdrw ul li .txt {position: absolute;left: 0; bottom: 0;right: 0;background: url(../images/bamask.png) no-repeat bottom center;background-size: 101% 101%;z-index: 1;color: #fff; font-size:16px; padding:20px;}
.section_gdrw ul li .b_txt { width:280px; height:140px;background:#f2f3f9}
.section_gdrw ul li:nth-child(1){margin-left: 0;}
.section_gdrw ul li:nth-child(1) .b_txt .b_txt_t { padding:15px 20px; color:#222222; font-size:14px; line-height:26px; text-indent:2em; margin-top:30px; position:relative;}
.section_gdrw ul li:nth-child(1) .b_txt .b_txt_t:before { content:''; display:block; position:absolute; top:-15px;left:40px;border-bottom: 15px solid #f2f3f9; border-left: 10px solid transparent;border-right: 10px solid transparent;}

.section_gdrw ul li:nth-child(2) .b_txt .b_txt_t { padding:15px 20px; color:#222222; font-size:14px; line-height:26px; text-indent:2em; position:relative;}
.section_gdrw ul li:nth-child(2) .b_txt .b_txt_t:before { content:''; display:block; position:absolute; top:85px;right:-15px;border-left: 15px solid #f2f3f9; border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.section_gdrw li:nth-child(2) img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;width:315px; height:217px;padding-bottom: 20px;}

.section_gdrw li:nth-child(2) {  position:relative;width: 350px;}
.section_gdrw ul li:nth-child(2) .b_txt { position:absolute;left: -330px; bottom:0;}
.gdrw_title {  position:absolute;text-align: center; right: 550px; top:30px; z-index:1}
.gdrw_title h3 {font-size: 30px;color: #222222;line-height: 60px;letter-spacing: 4px;font-weight: normal;}
.gdrw_title a {color: #00426e; border-bottom: 2px #00426e solid;}

.section_gdrw li:nth-child(3) {  position:relative;width: 350px;}
.section_gdrw li:nth-child(3) img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;width:315px; height:217px;padding-bottom: 20px;}

.section_gdrw li:nth-child(4) {  position:relative;width: 350px; margin-left: 0;width: 350px;margin-top: 50px;}
.section_gdrw li:nth-child(4) img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;width:315px; height:217px;}

.section_gdrw li:nth-child(5) {  position:relative;width: 350px;width: 350px;margin-top: 50px;}
.section_gdrw li:nth-child(5) img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;width:315px; height:217px;}

.section_gdrw li:nth-child(6) {  position:relative;margin-top: 50px;}
.section_gdrw li:nth-child(6) img {padding-bottom: 20px;}


/*媒体工大*/

.section_mtgd { margin-top:50px; }
.mtgd_left { width:940px; float:left; }
.mtgd_left ul li { float:left; position:relative; overflow:hidden}
.mtgd_left ul li img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.mtgd_left ul li:nth-child(1) { width:585px; height:480px; margin-right:20px;}
.mtgd_left ul li:nth-child(1) img {width:585px; height:480px;}
.mtgd_left ul li:nth-child(2){width: 335px;height: 230px;margin-bottom: 20px}
.mtgd_left ul li:nth-child(2) img {width: 335px;height: 230px;}
.mtgd_left ul li:nth-child(3){width: 335px;height: 230px}
.mtgd_left ul li:nth-child(3) img {width: 335px;height: 230px;}
.mtgd_left ul li .txt {position: absolute;left: 0; bottom: 0;right: 0;background: url(../images/bamask.png) no-repeat bottom center;background-size: 101% 101%;z-index: 1;color: #fff; font-size:16px; padding:20px;}

.mtgd_left ul li:nth-child(1) .txt { font-size: 16px; padding: 20px}

.mtgd_left ul li:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}

.mtgd_right {width:340px; float:right; }
.mtgd_right ul li .pic { width:90px; height:50px; float:left; overflow:hidden }
.mtgd_right ul li .pic img {width:80px; height:48px;transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.mtgd_right ul li:hover .pic img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.mtgd_right ul li .title{ float:right; width: 72% }
.mtgd_right ul li .title .more { background: url(../images/more_2.png) no-repeat; margin-top:15px; width:23px; height:8px;}

.mtgd_right ul li{background:#fff; position:relative;transition: all 0.2s ease 0.1s;border-bottom: 1px double #eee; padding:22px 0; }
.mtgd_right ul li .title h3 { font-size:16px; color:#222;text-overflow: ellipsis;line-height:25px; font-weight:normal;transition: all 0.2s ease 0.1s;}
.mtgd_right ul li:hover .title h3{color:#00426e; padding-left:2px;}


.section_ztwz { margin-top:50px;}





.section_sjgd { background:url(../images/jxky.jpg) top center no-repeat; background-size:cover; padding-top:60px; padding-bottom:120px; position:relative; margin-top:20px;}
.section_sjgd .box{ margin-top:30px; overflow:hidden; width:1320px; }
.section_sjgd li { width: 264px; text-align:center; float:left;}
.section_sjgd li img { width:100px; height:100px;}
.section_sjgd li .txt { font-size:14px; color:#fff; margin-top:35px; }
.section_sjgd li .txt b { font-size:30px; color:#fff; }
.section_sjgd li .txt p { line-height:25px;}

.section_sjgd .hd{  overflow:hidden; position:absolute;  bottom:3px; z-index:1; height:53px; width:50%; left:50%; margin-left:-25%}
.section_sjgd .hd ul{ overflow:hidden; zoom:1; float:left; left:50%; transform:translateX(-50%); position:absolute; bottom:37px;}
.section_sjgd .hd ul li{ float:left; margin-right:15px;  width:10px; height:10px; line-height:99px; text-align:center; background: transparent;border: 1px solid #fff; color:#fff; cursor:pointer; border-radius:25px; }
.section_sjgd .hd ul li.on{ color: #fff;background: #fff;border: none;border: 1px solid #fff;  }


.section_qmt { margin-top:0; }

.section_qmt .hd_title1 .bd { /*width:620px;*/ position:absolute; right:44px}
.section_qmt .hd_title1 li { width:58px;  text-align:center; font-size:28px; color:#fff; float:left; position:relative; margin:0 20px; height:110px;}
.section_qmt .hd_title1 li img { width:100%;}

.section_qmt .hd_title1 li span {width: 100px;height: 100px;background: #fff;border-radius: 5px;border: 1px solid #eee; position:absolute; top:-0; left:-20px; display:none; z-index:5}
.section_qmt .hd_title1 li:hover span { display:block}
.section_qmt .hd_title1 .prev{ position:absolute; bottom:4px; left:52%; display:block; width:53px; height:53px; background:url(../images/xykd_pre.png) no-repeat;z-index: 8;  }
.section_qmt .hd_title1 .next{ position:absolute; bottom:4px; left:96%; display:block; width:53px; height:53px; background:url(../images/xykd_nex.png) no-repeat;z-index: 8;  }
/*.section_qmt .hd_title1 li span{position: absolute;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%); width: 100px;height: 100px;background: #fff;padding: 0;border-radius: 5px;border: 1px solid #eee;opacity: 0;visibility:hidden;}*/
@media screen and (max-width: 1320px){
.mainWrap1 {width: 95% !important}
}
.mainWrap1 {width: 75%;margin: 0 auto;}
.section_qmt ul.box li { float:left; position:relative; overflow:hidden; margin:0 1px 1px 0}
/*.section_qmt ul li p { font-size:12px;}*/
.section_qmt ul.box li img {transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.section_qmt ul.box li:nth-child(1),.section_qmt ul.box li:nth-child(6) { width: 41.777777777%; height:375px;} 
.section_qmt ul.box li { width:28.85%; height:375px;}
.section_qmt ul.box li img { width:100%;height:375px;}


/*.section_qmt ul.box li:nth-child(1) { width:372px; height:375px;}
.section_qmt ul.box li:nth-child(1) img {width:372px; height:375px;}
.section_qmt ul.box li:nth-child(2){width: 375px;height: 375px;}
.section_qmt ul.box li:nth-child(2) img {width: 375px;height: 375px;}
.section_qmt ul.box li:nth-child(3){width: 570px;height: 375px}
.section_qmt ul.box li:nth-child(3) img {width: 570px;height: 375px;}
.section_qmt ul.box li:nth-child(4){width: 570px;height: 375px}
.section_qmt ul.box li:nth-child(4) img {width: 570px;height: 375px;}
.section_qmt ul.box li:nth-child(5) { width:375px; height:375px;}
.section_qmt ul.box li:nth-child(5) img {width:375px; height:375px;}
.section_qmt ul.box li:nth-child(6){width: 372px;height: 375px;}
.section_qmt ul.box li:nth-child(6) img {width: 372px;height: 375px;}*/

.section_qmt ul.box li .txt {position: absolute;left: 0; bottom: 0;right: 0;background: url(../images/bamask.png) no-repeat bottom center;background-size: 101% 101%;z-index: 1;color: #fff; font-size:16px; padding:20px;}

.section_qmt ul.box li p { position:absolute; bottom:60px; left:20px;}
.section_qmt ul.box li p img { width:24px !important; height:24px !important;}
.section_qmt ul.box li:nth-child(1) .txt { font-size: 16px; padding: 20px}

.section_qmt ul.box li:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}

/*本科招生*/
.section_bkzs{margin-top: 40px;}
.section_bkzs .list {width: 220px;height: 573px;flex-shrink: 0;background: url("../images/img319.png") center no-repeat;background-size: 100% 100%;padding: 60px 50px 0 50px; float:left; }
.section_bkzs .video {width:1000px; float:right; margin-top: 70px;}
.section_bkzs .list a {display: block; color: #222; line-height: 40px; /*border-bottom: #B3B3B3 solid 1px;*/ position: relative; font-size: 30px; text-align:center;margin-top: 110px;}
.section_bkzs .list a i { position: absolute; z-index: 1;left: auto;right: 0;top: 0; bottom: auto;}
.section_bkzs .list li.more { text-align:center;}
.section_bkzs .list .more a {margin-top: 115px;font-size: 14px; line-height:15px; color:#00426e; display:inline-block;border-left: 2px #00426e solid;}

/*侧边栏*/
.rightFixs1{position: fixed;right: 0;top:28%;z-index: 30;width:70px;}
/*.rightFixs1:before{content: '';width: 70px;height:52px ;position: absolute;top:-48px;left: 0;background: url(../images/ritop.png) no-repeat center;background-size: 100% 100%;}
.rightFixs1:after{content: '';width: 70px;height:33px ;position: absolute;bottom:-35px;left: 0;background: url(../images/rifoot.png) no-repeat center;background-size: 100% 100%;}*/
.rightFixs1 a{display: block;width: 70px;height: 56px;background: #a7a7a7;color: #fff;text-align: center;font-size: 12px;padding-top: 12px;transition: .3s;position: relative; opacity:.8;}
.rightFixs1 a:after{content: '';height: 1px;width: 50px;position: absolute;left: 50%;margin-left: -25px;bottom: 0;background: #848484;}
.rightFixs1 a:first-child{}
.rightFixs1 a:last-child{}
.rightFixs1 a i{display: block;font-size: 30px;margin-bottom:3px;}
.rightFixs1 a i img{ width:30px}
.rightFixs1 a:hover{background: #848484;}
.rightFixs1 a:hover:after{display: none;}
.rightFixs1 a:hover i{transform: rotateY(360deg);transition: .5s;}
.rightFixs1 a.totop{height: auto;padding: .12rem 0;}
.rightFixs1 a.totop:hover{background: #848484;}
.rightFixs1 a.hidebtn:hover{background: #848484;}
.rightFixs1 a.totop:after{display: none;}
.rightFixs1 a.hidebtn:after{display: none;}
.rightFixs1 a.hidebtn{height: auto;padding:0 0 .12rem ;}
.rightFixs1.show a{transform: translateX(0);}
.hidess{width: 37px;height:215px;position: fixed;right: -40px;top:40%;background: url(../images/ribtn.png) no-repeat center;background-size: 100% 100%;z-index: 10;cursor: pointer;}





/*手风琴效果1*/
#jxky {height: 670px;margin: 0 auto; overflow: hidden;}
#jxky ul {height: 670px; position: relative; border-left: 1px solid #2e6be9;}
#jxky ul li {width: 50px;height: 670px; float: left;border: 1px solid #2e6be9; list-style: none;border-left: 0;position: relative;overflow: hidden;background: #0543c1;}
#jxky ul li h3 {font-size: 16px;color: #fff; font-weight: 100;width: 14px;height: 100%; padding: 40px 18px 0;word-wrap: break-word;}
#jxky ul li h3.active {background: #f7963b;color: #fff;}
#jxky ul li div {height: 300px; background: blue; position: absolute;top: 0;left: 50px;z-index: 0;}
#jxky ul li img {width: 100%;height: 670px;}
#jxky ul li.last {position: absolute;top: 0;right: 0;}

/* 手风琴2 */
.wrap{margin:0 auto;width:1400px;height:420px;position:relative;overflow:hidden;}
.picimg{width:560px;height:420px;cursor:pointer;}
.pic1{position:absolute;top:0;left:0;z-index:1;}
.pic1{position:absolute;top:0;left:0;z-index:1;}
.pic2{position:absolute;top:0;left:560px;z-index:3;}
.pic3{position:absolute;top:0;left:665px;z-index:5;}
.pic4{position:absolute;top:0;left:770px;z-index:7;}
.pic5{position:absolute;top:0;left:875px;z-index:9;}
.pic6{position:absolute;top:0;left:980px;z-index:11;}
.pic7{position:absolute;top:0;left:1085px;z-index:13;}
.pic8{position:absolute;top:0;left:1190px;z-index:15;}
.pic9{position:absolute;top:0;left:1295px;z-index:17;}
.psc{width:560px;height:420px; margin:0 auto;}

.pic_num1{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:0 0;display:none;font-size:18px; font-weight:bold; color:#FFFFFF;}
.pic_num2{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-69px 0; font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num3{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-138px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num4{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-207px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num5{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-246px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num6{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-255px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num7{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-285px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num8{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-315px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}
.pic_num9{width:30px;height:120px;position:absolute;top:40px;left:35px;background-position:-345px 0;font-size:18px; font-weight:bold; color:#FFFFFF; line-height:21px;}


.picimg .pic_num{ background:url(../images/wrap_pic_numBg.png) repeat center center;position: absolute;top: 0;left: 0;height: 100%; width: 100%; }
.picimg .pic_num .pic_numBg{display: table; width: 18px;padding: 0 36px;height: 100%;line-height: 100%; font-size: 16px; color: #fff; font-weight:500;position: absolute;top: 0;left: 0;}
.picimg .pic_num span{display: table-cell;vertical-align: middle;width: 18px; line-height: 17px; word-wrap: break-word; word-break: break-all; text-align: center;float: left; padding-top: 30px;}
.picimg .pic_con{ display:none;position: absolute;top: 0;left: 0;height: 100%; width: 100%; background:url(../images/wrap_pic_con.png) repeat; background-size: cover;}